.Net Framework > v1.1.4322 > System > Collections > SortedList > SortedList SortedList()
SortedList(IComparer)
SortedList(IComparer,Int32)
SortedList(IDictionary)
SortedList(IDictionary,IComparer)
SortedList(Int32)


SortedList()

Category
Constructor
Description
Initializes a new instance of the System.Collections.SortedList class that is empty, has the default initial capacity and is sorted according to the System.IComparable interface implemented by each key added to the System.Collections.SortedList.
Type
void
Character
public
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

SortedList(IComparer)

Category
Constructor
Description
Initializes a new instance of the System.Collections.SortedList class that is empty, has the default initial capacity and is sorted according to the specified System.Collections.IComparer interface.
Type
void
Character
public
Parameters
NameTypeDescription
comparerIComparer
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

SortedList(IComparer,Int32)

Category
Constructor
Description
Initializes a new instance of the System.Collections.SortedList class that is empty, has the specified initial capacity and is sorted according to the specified System.Collections.IComparer interface.
Type
void
Character
public
Parameters
NameTypeDescription
comparerIComparer
capacityInt32
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

SortedList(IDictionary)

Category
Constructor
Description
Initializes a new instance of the System.Collections.SortedList class that contains elements copied from the specified dictionary, has the same initial capacity as the number of elements copied and is sorted according to the System.IComparable interface implemented by each key.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

SortedList(IDictionary,IComparer)

Category
Constructor
Description
Initializes a new instance of the System.Collections.SortedList class that contains elements copied from the specified dictionary, has the same initial capacity as the number of elements copied and is sorted according to the specified System.Collections.IComparer interface.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
comparerIComparer
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

SortedList(Int32)

Category
Constructor
Description
Initializes a new instance of the System.Collections.SortedList class that is empty, has the specified initial capacity and is sorted according to the System.IComparable interface implemented by each key added to the System.Collections.SortedList.
Type
void
Character
public
Parameters
NameTypeDescription
initialCapacityInt32
Tags
0104BC7FDA, 02E3ABA98D, 0311417F6F

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database